Skip to content

Gate WSFS and docs panels on extension activation#1909

Merged
misha-db merged 1 commit into
mainfrom
fix-leaked-messages
Jun 16, 2026
Merged

Gate WSFS and docs panels on extension activation#1909
misha-db merged 1 commit into
mainfrom
fix-leaked-messages

Conversation

@misha-db

Copy link
Copy Markdown
Contributor

Changes

Both views used !databricks.context.remoteMode which is always true on startup, causing VSCode to render them before data providers were registered and leak "There is no data provider registered that can provide view data" to users.

Tests

Manually

Both views used `!databricks.context.remoteMode` which is always true on startup, causing VSCode to render them before data providers were registered and leak "There is no data provider registered that can provide view data" to users.
@misha-db misha-db requested a review from anton-107 June 15, 2026 08:39
@misha-db misha-db temporarily deployed to test-trigger-is June 15, 2026 08:39 — with GitHub Actions Inactive
@github-actions

Copy link
Copy Markdown
Contributor

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/vscode

Inputs:

  • PR number: 1909
  • Commit SHA: fbd1b7b5bfcf5c9d2551ebfd684ed1d39b13564e

Checks will be approved automatically on success.

@misha-db misha-db merged commit 308f687 into main Jun 16, 2026
6 of 8 checks passed
@github-actions github-actions Bot mentioned this pull request Jun 18, 2026
misha-db pushed a commit that referenced this pull request Jun 18, 2026
## packages/databricks-vscode
##  (2026-06-18)

* fix: use correct target folder for createFolder/uploadFile in
Workspace fs (#1913)
([be427e9](be427e9)),
closes
[#1913](#1913)
* Drop the “or greater” addition on the line where extension suggests to
activate a Python environment
([13452fb](13452fb)),
closes
[#1915](#1915)
* Gate WSFS and docs panels on extension activation (#1909)
([308f687](308f687)),
closes
[#1909](#1909)
* Pass DATABRICKS_CLI_PATH and resolve the platform-specific CLI binary
(#1910)
([6fcb630](6fcb630)),
closes
[#1910](#1910)
[#1903](#1903)



## packages/databricks-vscode-types
##  (2026-06-18)

Co-authored-by: releasebot <noreply@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants